All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.core.ProcessInfo

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.core.ProcessInfo

public class ProcessInfo
extends NativeObject
This class wraps the Objective-C class NSProcessInfo.


Constructor Index

 o ProcessInfo()
This default constructor is equivalent to Objective-C's [[NSProcessInfo alloc] init].
 o ProcessInfo(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o arguments()
A wrapper for the - arguments Objective-C instance method.
 o processInfo()
A wrapper for the + processInfo Objective-C class method.
 o setArguments(Array)
A wrapper for the - setArguments: Objective-C instance method.
 o setCommandLineArguments(String[])

Constructors

 o ProcessInfo
 protected ProcessInfo(boolean shouldAllocate,
                       int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o ProcessInfo
 public ProcessInfo()
This default constructor is equivalent to Objective-C's [[NSProcessInfo alloc] init].

Methods

 o processInfo
 public static native ProcessInfo processInfo()
A wrapper for the + processInfo Objective-C class method.

 o arguments
 public native Array arguments()
A wrapper for the - arguments Objective-C instance method.

 o setArguments
 public native void setArguments(Array arguments)
A wrapper for the - setArguments: Objective-C instance method.

 o setCommandLineArguments
 public static void setCommandLineArguments(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index